These files still use option menus, so turn off GTK_DISABLE_DEPRECATED to
authorMatthias Clasen <maclas@gmx.de>
Sat, 11 Oct 2003 22:21:04 +0000 (22:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 11 Oct 2003 22:21:04 +0000 (22:21 +0000)
Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>

* tests/testtreeview.c:
* demos/testpixbuf-scale.c:
* tests/prop-editor.c: These files still use option menus,
so turn off GTK_DISABLE_DEPRECATED to fix the build.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/testpixbuf-scale.c
tests/prop-editor.c
tests/testtreeview.c

index 80444b3effd79c5a0eb361776314e2faa1049193..38fcd7b5fe45a21cfe77f29f078b360d7b724424 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/testtreeview.c: 
+       * demos/testpixbuf-scale.c: 
+       * tests/prop-editor.c: These files still use option menus,
+       so turn off GTK_DISABLE_DEPRECATED to fix the build. 
+
 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index 80444b3effd79c5a0eb361776314e2faa1049193..38fcd7b5fe45a21cfe77f29f078b360d7b724424 100644 (file)
@@ -1,3 +1,10 @@
+Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/testtreeview.c: 
+       * demos/testpixbuf-scale.c: 
+       * tests/prop-editor.c: These files still use option menus,
+       so turn off GTK_DISABLE_DEPRECATED to fix the build. 
+
 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index 80444b3effd79c5a0eb361776314e2faa1049193..38fcd7b5fe45a21cfe77f29f078b360d7b724424 100644 (file)
@@ -1,3 +1,10 @@
+Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/testtreeview.c: 
+       * demos/testpixbuf-scale.c: 
+       * tests/prop-editor.c: These files still use option menus,
+       so turn off GTK_DISABLE_DEPRECATED to fix the build. 
+
 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index 80444b3effd79c5a0eb361776314e2faa1049193..38fcd7b5fe45a21cfe77f29f078b360d7b724424 100644 (file)
@@ -1,3 +1,10 @@
+Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/testtreeview.c: 
+       * demos/testpixbuf-scale.c: 
+       * tests/prop-editor.c: These files still use option menus,
+       so turn off GTK_DISABLE_DEPRECATED to fix the build. 
+
 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index 80444b3effd79c5a0eb361776314e2faa1049193..38fcd7b5fe45a21cfe77f29f078b360d7b724424 100644 (file)
@@ -1,3 +1,10 @@
+Sun Oct 12 00:18:02 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * tests/testtreeview.c: 
+       * demos/testpixbuf-scale.c: 
+       * tests/prop-editor.c: These files still use option menus,
+       so turn off GTK_DISABLE_DEPRECATED to fix the build. 
+
 Sat Oct 11 23:14:36 2003  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkactiongroup.h: 
index 1fb8339efd6f558d982b83ad83bbe31af6e9ae0a..6a90f0b0955f597e252e335e679f481b8f8a64bb 100644 (file)
@@ -1,3 +1,4 @@
+#undef GTK_DISABLE_DEPRECATED
 #include <gtk/gtk.h>
 
 #include <stdio.h>
index 5a8aa3d947676a742abbe24b1e63a39f52202f61..851f700a6b0adbbbaaaa46117aa54269bc8bd2d2 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <string.h>
 
+#undef GTK_DISABLE_DEPRECATED
 #include <gtk/gtk.h>
 
 #include "prop-editor.h"
index 8be4aa419efebe80cff7778c7e4baff6e33d8084..4dc4b586f34ddcc8ff662462c6fd8eb77e4c5b32 100644 (file)
@@ -1,3 +1,4 @@
+#undef GTK_DISABLE_DEPRECATED
 #include <string.h>
 #include "prop-editor.h"
 #include <gtk/gtk.h>